home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue47
/
Construc
/
WebModul.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1999-06-04
|
293 b
|
24 lines
unit WebModul;
interface
uses
Windows, Messages, SysUtils, Classes, HTTPApp;
type
TWebModule2 = class(TWebModule)
private
{ Private declarations }
public
{ Public declarations }
end;
var
WebModule2: TWebModule2;
implementation
{$R *.DFM}
end.